Welcome![Sign In][Sign Up]
Location:
Search - Network SOCKET server client chat program

Search list

[Windows Developfchat

Description: 一个聊天程序, 包括server and client使用windows socket原理, 是学习网络编程的好demo-a chat program, including the use of server and client socket windows theory, learning is a good network programming demo
Platform: | Size: 34816 | Author: 赵明昊 | Hits:

[Internet-Networkchat_program_Csocket

Description: 一个聊天程序,客户端跟服务器端都有 不错的网络编程-a chat program, the client with the server has a good network programming
Platform: | Size: 97280 | Author: Dragon | Hits:

[assembly languageChat-UDP

Description: 在win32汇编中用socket实现udp协议的网络聊天程序;程序由服务器端和客户端程序组成;-Compilation in win32 using socket realize udp protocol network chat program procedures by the server-side components and client programs
Platform: | Size: 11264 | Author: 涂发国 | Hits:

[ICQ-IM-Chatchat

Description: 一个网络聊天程序,任何一台机器均可成为服务器,其它想聊天的机器往它那里联即可。程序本身既可当Server又可当Client。 用于测试面向连接的socket编程,自己建立心跳保持功能。 -A network chat program that any one machine can become a server, the other would like to chat to the machine where it can be linked. Process itself can be when the Server can be when the Client. For testing the socket connection-oriented programming, the establishment of their own heart to maintain function.
Platform: | Size: 5356544 | Author: zheshizadele | Hits:

[TCP/IP stackLixySocket

Description: 服务器+客户端的聊天程序,支持外网互通,使用TCP协议-Server+ Client chat program, support from the network, using TCP protocol
Platform: | Size: 379904 | Author: grf110 | Hits:

[JSP/Javachatroom

Description: java聊天程序,通过socket编程实现网络通信。在两台机器(在一台机器上也可)上依次启动服务器、客户端;在客户端输入正确的服务器地址后确认连接是否成功,若成功则可以在客户端和服务器之间实现互相收发数据(任何一端都可以是发送端,相应地也可以是接收端),并且都可以用特定字符串控制退出(这里是用bye);同时客户端与服务器应该能实现地检测大对方的运行状态。并且对特定状态作出正确的反应行为。-java chat program, through the socket programming network communications. In the two machines (in one machine can be) in order to start the server, client the client to enter the correct server address to confirm connection is successful, if success can be in the client and server to send and receive data between each other (Any one can be the sending end, can also be a corresponding receiving end), and are able to withdraw from a particular string control (here is a bye) At the same time, client and server should be able to detect large realize each other
Platform: | Size: 3072 | Author: yy | Hits:

[Internet-Networklanya1

Description: 网络通讯聊天程序 socket通讯包括客户端和服务端 经过测试-Network communication chat program socket communication, including client and server has been tested
Platform: | Size: 5658624 | Author: 孟庆军 | Hits:

[Internet-Networklinux_chatting

Description: linux环境下多人聊天程序。包括服务器端和客户端程序,采用IPv6地址。对于学习socket套接字编程有帮助,使用了许多标准的库函数,可以参考任何一本Unix/Linux网络编程书籍进行学习。-linux environment than chat program. Including server-side and client procedures, the use of IPv6 addresses. Socket socket learning programming help, using a number of standard library functions, one can refer to any Unix/Linux network programming books to learn.
Platform: | Size: 3072 | Author: 金琦 | Hits:

[TCP/IP stackmyqq

Description: 一个基于聊天的程序,通过这个小程序的学习你可以学到如何使用套接字进行网络编程、自定义消息、多线程方面的编程思想以及学习使用各种控件。   本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -A chat-based procedures, the adoption of this small program you can study and learn how to use the socket network programming, since the definition of news, multi-threaded programming aspects of thinking and learning using a variety of controls. This procedure will use the main program is divided into Socket socket server and client in two parts. Adopted UDP and TCP/IP combination effectively improved the timeliness of data transmission and stability. This procedure is also used in a multi-threaded programming procedures to solve their own congestion.
Platform: | Size: 238592 | Author: 小义 | Hits:

[Internet-NetworkClient_sonsole

Description: VC++6.0下网络SOCKET server client聊天程序,用MFC编写,是个很好的网络变成参考-VC++ 6.0 Network SOCKET server client chat program, using MFC preparation is a good network into a reference
Platform: | Size: 2332672 | Author: duncan | Hits:

[JSP/JavaJava-QQ

Description: 基于Java的网络聊天程序,用Java Socket实现网络聊天室,分为服务器和客户端两部分,客户端界面实现聊天功能,服务器是信息中心,类似QQ,有注解.-Java-based network chat program, using Java Socket network chat rooms, divided into server and client in two parts, the client chat interface, the server is the information center, similar to QQ, there are comments.
Platform: | Size: 64512 | Author: liuhong | Hits:

[Internet-NetworkImplementation-using-VC-Client-Services-machine-mo

Description: 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client Services machine model chat program: In the TCP/IP network, both the process of interaction between the host model is client/server mode (Client/Server model). The goal of this experiment is to use Visual C++ the implementation WINDOWS SOCKET network programming between the client and server communications, through a chat room procedures to reflect this communication process, the model set up based on the following two points: one, non of effects 2, communication is completely asynchronous. Client/Server mode in the process are initiatives taken by way of instructions,
Platform: | Size: 4211712 | Author: 廖国锐 | Hits:

[Internet-NetworkSocket

Description: Socket编程,简单的网络聊天程序,包含客户端和服务端代码。供初学者参考、学习。-Socket programming, a simple chat program network, including client and server code. Reference for beginners to learn.
Platform: | Size: 1739776 | Author: fengling | Hits:

[Windows DevelopChat

Description: 网络通信编程,socket编程,socket服务器端程序和客户端程序,可运行。代码简单完整,注释清晰,编译通过,可运行。适合socket编程入门参考。 附有使用说明文档-Network communication programming, socket programming, socket server-side program and client program can run. Code is simple and complete, comments clear, compile, run. Introduction to socket programming is suitable for reference. With the use of documentation
Platform: | Size: 3173376 | Author: 章红军 | Hits:

[TCP/IP stackserver

Description: vc升入详解(孙鑫)的网络编程,tcp局域网聊天, 基于socket实现,client端程序以后上传。-vc promoted to Xiangjie (Sun Xin) network programming, tcp LAN chat, socket-based implementation, client-side program after the upload.
Platform: | Size: 1024 | Author: 今昔 | Hits:

[Internet-NetworkClientDemo

Description: 一个网络socket客户端,通过服务器端的聊天程序 -A network socket client, through the server-side chat program
Platform: | Size: 1924096 | Author: king | Hits:

[Internet-NetworkLAN_IM

Description: 局域网即时聊天通过进行文本聊天和语音聊天来实现彼此沟通、交流信息。本次局域网即时聊天程序设计主要用了Visual C++编程环境,实现了在LAN中在线用户的文本、语音交互。 在设计里涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。 本次设计主要着重于语音聊天部分,在本次论文里主要以语音聊天的流程和各模块之间的关系及Socket处理为主说明。 -LAN instant messaging by conducting a text chat and voice chat to communicate with each other to exchange information. The real-time LAN chat program designed for use mainly used in Visual C++ programming environment to achieve online users in the LAN in the text, voice interaction. Involved in the design of network communications where the basic principles and Socket programming and voice processing API technology. As the program is in the TCP/IP environment to run, so sub-server and client. Server-side and client is achieved through the establishment of links Socket chat. The system is mainly focused on the voice chat part, in this thesis mainly in voice chat process and the relationship between each module and the Socket address the main explanation.
Platform: | Size: 1775616 | Author: 王勋 | Hits:

[TCP/IP stackchat

Description: 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on socket (Socket) for network programming, using the TCP protocol, TCP protocol is connection-oriented and is full duplex, that is, the process of the two hosts (such as process A, process B) Once established a good connection, the data flow for both the A B, can also flow from the B A. This procedure uses a fully connected point to point mode, each host is the server that is the client, because it requires the listening port, so when the connection must know the host' s IP address and port number . With the other two host IP and port can be carried out after the handshake process, confirm the connection to the network after a successful dialogue.
Platform: | Size: 122880 | Author: ludwig | Hits:

[ICQ-IM-ChatLan-Chat

Description: J2SE编写的一个局域网点对点聊天工具,每个程序同时作为服务器和客户端,使用Java Socket通过IP地址建立连接,可以显示对方信息、文字聊天和互传文件-J2SE written a local area network P2P chat tool, each program can act as both server and client, using Java Socket to connect with the IP address, you can display other information, text chat and file transfer each
Platform: | Size: 174080 | Author: stream | Hits:

[androidClient

Description: 和同学写的android的QQ客户端。该程序实现了android设备平台的即时通讯。有注册、登陆、即时通讯等功能模块。能够进行注册验证和登录用户名和密码验证,所有的校验都在server服务器上完成;通过Socket网络通信给客户端发送相应的通知;能够进行添加好友、删除好友;能够显示在线用户和下线用户、发送信息和图片,能够进行信息群发和私聊。 -And students write the android QQ client. The program achieved the android device platform instant messaging. With registration, login, instant messaging and other functional modules. To verify the registration and login user name and password authentication, all validations completed on the server in the server through the Socket network communication to the client to send the appropriate notice able to add friends, remove friends to display online users and the next line users, send messages and pictures, to carry out group messaging and private chat.
Platform: | Size: 2449408 | Author: 三三 | Hits:
« 12 3 »

CodeBus www.codebus.net